home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Graphics / vcdimager / BUGS < prev    next >
Encoding:
Text File  |  2001-07-02  |  1.0 KB  |  34 lines

  1. -*- text -*-
  2.  
  3. compilers/architectures
  4. ~~~~~~~~~~~~~~~~~~~~~~~
  5.  
  6. This package has been developed with GNU CC in mind. Caution has been
  7. taken to stay compatible with other compilers, but there's been no
  8. testing or whatsoever to ensure anything. This package has been tested
  9. on ppc, alpha and ia32 architectures -- it should work on 64bit big
  10. endian as well.
  11.  
  12. try avoiding gcc version 2.96 20000731 (Red Hat Linux 7.0)  -- it is known
  13. to slightly miscompile vcdimager.
  14.  
  15. the following gcc versions seem to create good code:
  16.  
  17. gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-81)
  18. gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
  19.  
  20. vcdimager
  21. ~~~~~~~~~
  22.  
  23. *) scantable creation/playing time detection still not accurate enough
  24. *) mpeg analyzation doesn't detect all non-conforming parameters
  25. *) no checking is performed whether charset used for labels and id's is ok
  26. *) segment play items are always assumed to be STILL images 
  27.  
  28. vcdrip
  29. ~~~~~~
  30.  
  31. *) SPI spanning multiple segments untested
  32.  
  33. --
  34. $Id: BUGS,v 1.5 2001/05/15 11:52:56 hvr Exp $